//==============================================================================
// tower_beta_anim.txt
//==============================================================================

//==============================================================================
define Oil
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Oil 
      }
   }  
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define Tower
{
   set hotspot
   {
      version
      {
         Visual Building E Tower Age2
				connect RIGHTTHIGH Oil hotspot
				connect RIGHTHAND Oil hotspot
				connect leftTHIGH Oil hotspot
				connect leftHAND Oil hotspot
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building E Tower
			}
		}
	}	
}

//==============================================================================
anim RangedAttack
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building E Tower
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                     tag Attack 0.40 true   
                     tag GenericSound 0.40 true   
                     tag SpecificSoundSet 0.00 false Arrow checkVisible 
//-- end auto generated section
			}
		}
	}	
}

//==============================================================================
anim Attack
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building E Tower
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                     tag Attack 0.40 true   
                     tag GenericSound 0.40 true   
                     tag SpecificSoundSet 0.00 false Arrow checkVisible 
//-- end auto generated section
				connect Hotspot Tower hotspot
			}
		}
	}	
}

//==============================================================================
anim Death
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building E Tower
							connect smoke0 dust hotspot
							connect smoke1 dust hotspot
			}
		}
	}	
}